home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set the visible of sprite (the clickOn + 6) to 1
- updateStage()
- set tempcur to integer(field "PhotoCUR_T") + 1
- if tempcur > integer(item integer(field "PhotoGRP_T") of field "PhotoMAX_T") then
- set tempcur to 1
- end if
- put tempcur into field "PhotoCUR_T"
- go("Disp")
- end
-